home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / mswlogo3.zip / MSWLOGO.ZIP / EXAMPLES.ZIP / CDROM < prev    next >
Text File  |  1992-12-08  |  212b  |  9 lines

  1. to playcd :a
  2. print sentence [opened cd on channel] mci [open cdaudio alias cd]
  3. mci [set cd time format tmsf]
  4. mci sentence [play cd from] :a
  5. print sentence [playing the cd on track] :a
  6. mci [close cd]
  7. end
  8.  
  9.